message handler
Type
glossary
Description
A handler you write that either handles a built-in message (such as mouseUp) or defines a custom command. Message handlers begin with the on control structure.
Related
control structure: on
glossary: handler, custom command, handle, built-in message, control structure
message: mouseUp